home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / sm26.zip / SM.BAT < prev    next >
DOS Batch File  |  1995-02-01  |  136b  |  9 lines

  1. @Echo Off
  2. REM Smart Menu Version 2.6 Batch File
  3. :Start
  4. SM_Prog.Exe %1
  5. If ErrorLevel=1 Goto Done
  6. Call SMRun.Bat
  7. Goto Start
  8. :Done
  9.